记作业>英语词典>memory access翻译和用法

memory access

英 [ˈmeməri ˈækses]

美 [ˈmeməri ˈækses]

存储访问,内存访问;存取存储器

计算机

英英释义

noun

  • (computer science) the operation of reading or writing stored information
      Synonym:access

    双语例句

    • This advanced property is used for optimizing memory access. See documentation for usage.
      此高级属性用于优化内存访问。有关用法,请参阅文档。
    • As processor gets much higher speed, the memory access latency becomes a bottleneck that restricts higher performance.
      随着处理机运行速度的逐渐提高,存储访问延迟成为性能提高的瓶颈。
    • With AIX uDAPL, you can incorporate the features provided by the API, including the capability to do remote direct memory access ( RDMA).
      通过使用AIXuDAPL,可以利用API提供的特性,包括远程直接内存访问(RDMA)。
    • This increases the latency of the task's memory access until its data is in the cache of the new CPU.
      这就增加了任务的内存访问延迟,这些时间用来将其数据移入新CPU的内存中。
    • Modern hardware makes use of nonuniform memory access ( NUMA), whereby a processor can access local memory faster than memory located remotely, on another bus.
      现代硬件利用了非一致内存访问(NUMA),因此,处理器访问本地内存的速度比访问位于另一个总线上的远程内存的速度更快。
    • To enable memory access, it provides put and set methods for ints, chars, and bytes.
      为允许内存访问,它为int、char和byte提供了put和set方法。
    • A method and apparatus for high performance volatile disk drive ( VDD) memory access using an integrated direct memory access ( DMA) engine.
      一种方法和装置,用于使用集成直接存储器访问(DMA)引擎进行高性能易失性磁盘驱动器(VDD)存储器访问。
    • We also add the'unsafe'keyword since direct memory access isn't thread safe.
      我们也添加了“不安全”的关键词因为直接内存获取并不安全。
    • Purify adds value to your existing correctness tests by simultaneously checking for memory access errors.
      Purify可以通过同时检查内存访问错误来对您的现存正确性测试增加价值。
    • The index register is added to the specified address, and the result is used as the address for the memory access.
      索引寄存器会与某个指定的地址相加,结果用作访问内存时使用的地址。